home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / PhotoSuite II / DATA1.CAB / English_Resources / WorkflowsComponent / Photos / ED_Fx.wkf < prev    next >
Encoding:
Text File  |  1999-01-08  |  1.8 KB  |  73 lines

  1. ////////////////////////////////////////////////////////////////
  2. //
  3. //    ED_Fx.wkf
  4. //
  5. //     Workflow for the Special Fx and touchup paint types
  6. //
  7.  
  8. // This is a little more complex than usual. Here's what's happening:
  9. //
  10. //    ED_TuPaint-----\
  11. //                    >---<Paint/Area chooser>---------------------\
  12. //    ED_TuArea------/        for TouchUp                              \
  13. //                                                                   >-<Fx/Tu chooser>
  14. //    ED_FxPaintCat--\                                              /             |
  15. //                    >---<Paint/Area chooser>-\      STRING->Loader-/             |
  16. //    ED_FxAreaCat---/       for SpecialFx      \        ^                         |
  17. //                                               \    |                         V
  18. //                                                ComboBox                CatalogEditor
  19. //                                               On the HTML                 On the HTML
  20.  
  21.  
  22. // TouchUp Paints
  23. 0    STRING    file:/resources/CatalogsComponent!Photos!ED_TuPaint.pza
  24. 1    7D0DF7C0-D74F-11D0-AEE0-00C0A84E4071
  25.  
  26. // TouchUp Areas
  27. 2    STRING    file:/resources/CatalogsComponent!Photos!ED_TuArea.pza
  28. 3    7D0DF7C0-D74F-11D0-AEE0-00C0A84E4071
  29.  
  30. // Paint/Area chooser for TouchUp
  31. 9    E0EF9C60-512E-11D1-8445-0080C851B1BB
  32.  
  33.  
  34. // Special Fx Paint Categories
  35. 10    STRING    file:/resources/CatalogsComponent!Photos!ED_FxPaintCat.pza
  36. 11    7D0DF7C0-D74F-11D0-AEE0-00C0A84E4071
  37.  
  38. // Special Fx Areas Categories
  39. 12    STRING    file:/resources/CatalogsComponent!Photos!ED_FxAreaCat.pza
  40. 13    7D0DF7C0-D74F-11D0-AEE0-00C0A84E4071
  41.  
  42. // Paint/Area chooser for Special Fx
  43. 19    E0EF9C60-512E-11D1-8445-0080C851B1BB
  44.  
  45.  
  46. // Target for the ComboBox
  47. 20    STRING    file:/resources/CatalogsComponent!Common!_Empty.pza
  48. 21    7D0DF7C0-D74F-11D0-AEE0-00C0A84E4071
  49.  
  50.  
  51. // TouchUp/SpecialFx chooser
  52. 30    E0EF9C60-512E-11D1-8445-0080C851B1BB
  53.  
  54.  
  55. // Link script file name to catalog loaders
  56. LINK    0 0 1 0
  57. LINK    2 0 3 0
  58. LINK    10 0 11 0
  59. LINK    12 0 13 0
  60. LINK    20 0 21 0
  61.  
  62. // Paint/Area chooser for TouchUp
  63. LINK    1 0 9 0
  64. LINK    3 0 9 0
  65.  
  66. // Paint/Area chooser for SpecialFx
  67. LINK    11 0 19 0
  68. LINK    13 0 19 0
  69.  
  70. // TouchUp/SpecialFx chooser
  71. LINK    9 0 30 0
  72. LINK    21 0 30 0
  73.